Skip to content

Add --subset-id-file option to capture subset ID without parsing stderr#1305

Merged
takanabe merged 3 commits into
mainfrom
expose-subset-id
Jun 2, 2026
Merged

Add --subset-id-file option to capture subset ID without parsing stderr#1305
takanabe merged 3 commits into
mainfrom
expose-subset-id

Conversation

@takanabe
Copy link
Copy Markdown
Contributor

The subset ID is needed for downstream operations (inspect subset, compare subsets, --input-snapshot-id) but was previously only available by parsing stderr. The new --subset-id-file option writes the subset ID to a file as a side-channel, leaving stdout byte-for-byte unchanged so existing test runner pipelines are unaffected.

The subset ID is needed for downstream operations (inspect subset, compare
subsets, --input-snapshot-id) but was previously only available by parsing
stderr. The new --subset-id-file <path> option writes the subset ID
to a file as a side-channel, leaving stdout byte-for-byte unchanged so
existing test runner pipelines are unaffected.
@takanabe takanabe requested a review from Konboi May 27, 2026 22:22
Copy link
Copy Markdown
Contributor

@Konboi Konboi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@takanabe takanabe merged commit d10a7c7 into main Jun 2, 2026
3 checks passed
@takanabe takanabe deleted the expose-subset-id branch June 2, 2026 00:12
@github-actions github-actions Bot mentioned this pull request Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants